AT-NFC  2.1 (win)
AT-NFC kernel set
emv_platform_restore_align.h
Go to the documentation of this file.
1 /* ************ platform-related terminal data restore alignment settings ****************** */
5 /* ***************************************************************************************** */
6 
7 #ifdef __linux__
8 /* restore struct alignment */
9 #elif defined _WIN32
10 /* restore struct alignment */
11 #pragma pack(pop)
12 #endif